home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / dev / debug / ggdebug.lha / clib / ggdebug_protos.h
Encoding:
C/C++ Source or Header  |  1999-03-11  |  345 b   |  18 lines

  1. #ifndef CLIB_GGDEBUG_PROTOS_H
  2. #define CLIB_GGDEBUG_PROTOS_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7.  
  8. LONG KCmpStr(STRPTR,STRPTR);
  9. APTR KDoFmt(STRPTR, STRPTR, void (*)(), APTR);
  10. LONG KGetChar(VOID);
  11. LONG KMayGetChar(VOID);
  12. LONG KPutChar(LONG);
  13. VOID KPutStr(STRPTR);
  14. APTR VKPrintf(STRPTR, APTR );
  15. LONG KPrintf( STRPTR, ... );
  16.  
  17. #endif
  18.